IGearCommand Interface

Represents a gear move.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IGearCommand

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface IGearCommand : IKsCommand
Public Interface IGearCommand Inherits IKsCommand

 

The IGearCommand interface exposes the following members.

Properties

  Name Description
Acceleration The acceleration for gearing in.
BufferMode Defines how to blend the velocity of two methods.
Deceleration The deceleration for gearing in.
Jerk The jerk for gearing in.
Master The reference to the master axis.
MasterValueSource Defines the source for synchronization.
Permanent Determines whether the gear state is preserved after the motor is disabled.
Ratio The gear ratio.

See also

IntervalZero.KINGSTAR.Base.Class Namespace